Uses of Class
dev.vality.anapi.v2.model.Chargeback
| Package | Description |
|---|---|
| dev.vality.anapi.v2.model |
-
Uses of Chargeback in dev.vality.anapi.v2.model
Methods in dev.vality.anapi.v2.model that return Chargeback Modifier and Type Method Description ChargebackChargeback. bodyAmount(Long bodyAmount)ChargebackChargeback. bodyCurrency(String bodyCurrency)ChargebackChargeback. chargebackId(String chargebackId)ChargebackChargeback. chargebackReason(ChargebackReason chargebackReason)ChargebackChargeback. content(Content content)ChargebackChargeback. createdAt(OffsetDateTime createdAt)ChargebackChargeback. externalFee(Long externalFee)ChargebackChargeback. externalId(String externalId)ChargebackChargeback. fee(Long fee)ChargebackChargeback. invoiceId(String invoiceId)ChargebackChargeback. levyAmount(Long levyAmount)ChargebackChargeback. levyCurrency(String levyCurrency)ChargebackChargeback. paymentId(String paymentId)ChargebackChargeback. providerFee(Long providerFee)ChargebackChargeback. shopID(String shopID)ChargebackChargeback. stage(ChargebackStage stage)ChargebackChargeback. status(ChargebackStatus status)Methods in dev.vality.anapi.v2.model that return types with arguments of type Chargeback Modifier and Type Method Description @Valid List<Chargeback>InlineResponse20011. getResult()Get resultMethods in dev.vality.anapi.v2.model with parameters of type Chargeback Modifier and Type Method Description InlineResponse20011InlineResponse20011. addResultItem(Chargeback resultItem)Method parameters in dev.vality.anapi.v2.model with type arguments of type Chargeback Modifier and Type Method Description InlineResponse20011InlineResponse20011. result(List<Chargeback> result)voidInlineResponse20011. setResult(List<Chargeback> result)