ResourceChargeCreditsResponse
¶
data class ResourceChargeCreditsResponse(
val insufficientFunds: List<FindByStringId>,
val duplicateCharges: List<FindByStringId>,
)
Properties
insufficientFunds
: List<FindByStringId>
A list of resources which could not be charged due to lack of funds. If all resources were charged successfully then this will empty.
List<FindByStringId>
duplicateCharges
: List<FindByStringId>
A list of resources which could not be charged due to it being a duplicate charge. If all resources were charged successfully this will be empty.
List<FindByStringId>