Uses of Class
net.authorize.api.contract.v1.BatchDetailsType
-
Packages that use BatchDetailsType Package Description net.authorize.api.contract.v1 -
-
Uses of BatchDetailsType in net.authorize.api.contract.v1
Fields in net.authorize.api.contract.v1 declared as BatchDetailsType Modifier and Type Field Description protected BatchDetailsTypeGetBatchStatisticsResponse. batchprotected BatchDetailsTypeTransactionDetailsType. batchFields in net.authorize.api.contract.v1 with type parameters of type BatchDetailsType Modifier and Type Field Description protected List<BatchDetailsType>ArrayOfBatchDetailsType. batchMethods in net.authorize.api.contract.v1 that return BatchDetailsType Modifier and Type Method Description BatchDetailsTypeObjectFactory. createBatchDetailsType()Create an instance ofBatchDetailsTypeBatchDetailsTypeGetBatchStatisticsResponse. getBatch()Gets the value of the batch property.BatchDetailsTypeTransactionDetailsType. getBatch()Gets the value of the batch property.Methods in net.authorize.api.contract.v1 that return types with arguments of type BatchDetailsType Modifier and Type Method Description List<BatchDetailsType>ArrayOfBatchDetailsType. getBatch()Gets the value of the batch property.Methods in net.authorize.api.contract.v1 with parameters of type BatchDetailsType Modifier and Type Method Description voidGetBatchStatisticsResponse. setBatch(BatchDetailsType value)Sets the value of the batch property.voidTransactionDetailsType. setBatch(BatchDetailsType value)Sets the value of the batch property.
-