Uses of Class
dev.vality.damsel.merch_stat.StatChargeback
Packages that use StatChargeback
-
Uses of StatChargeback in dev.vality.damsel.merch_stat
Methods in dev.vality.damsel.merch_stat that return StatChargebackModifier and TypeMethodDescriptionStatChargeback.deepCopy()StatChargeback.setAmount(long amount) StatChargeback.setChargebackId(String chargeback_id) StatChargeback.setChargebackReason(InvoicePaymentChargebackReason chargeback_reason) StatChargeback.setChargebackStatus(InvoicePaymentChargebackStatus chargeback_status) StatChargeback.setContent(Content content) StatChargeback.setCreatedAt(String created_at) StatChargeback.setCurrencyCode(Currency currency_code) StatChargeback.setExternalFee(long external_fee) StatChargeback.setExternalId(String external_id) StatChargeback.setFee(long fee) StatChargeback.setInvoiceId(String invoice_id) StatChargeback.setLevyAmount(long levy_amount) StatChargeback.setLevyCurrencyCode(Currency levy_currency_code) StatChargeback.setPartyId(String party_id) StatChargeback.setPaymentId(String payment_id) StatChargeback.setProviderFee(long provider_fee) StatChargeback.setStage(InvoicePaymentChargebackStage stage) Methods in dev.vality.damsel.merch_stat that return types with arguments of type StatChargebackMethods in dev.vality.damsel.merch_stat with parameters of type StatChargebackModifier and TypeMethodDescriptionintStatChargeback.compareTo(StatChargeback other) booleanStatChargeback.equals(StatChargeback that) Method parameters in dev.vality.damsel.merch_stat with type arguments of type StatChargebackModifier and TypeMethodDescriptionstatic StatResponseDataStatResponseData.chargebacks(List<StatChargeback> value) voidStatResponseData.setChargebacks(List<StatChargeback> value) Constructors in dev.vality.damsel.merch_stat with parameters of type StatChargebackModifierConstructorDescriptionStatChargeback(StatChargeback other) Performs a deep copy on other.