Uses of Class
com.duffel.sdk.model.Refund1
Packages that use Refund1
-
Uses of Refund1 in com.duffel.sdk.model
Methods in com.duffel.sdk.model that return Refund1Modifier and TypeMethodDescriptionRefund1.createdAt(OffsetDateTime createdAt) Refund1.destination(Refund1.DestinationEnum destination) @Valid Refund1GetRefundById200Response.getData()Get dataRefund1.netCurrency(String netCurrency) Refund1.paymentIntentId(String paymentIntentId) Refund1.status(Refund1.StatusEnum status) Refund1.updatedAt(OffsetDateTime updatedAt) Methods in com.duffel.sdk.model that return types with arguments of type Refund1Modifier and TypeMethodDescriptionPaymentIntent.getRefunds()The __Refunds__ for this __Payment Intent__PaymentIntent1.getRefunds()The __Refunds__ for this __Payment Intent__PaymentIntent2.getRefunds()The __Refunds__ for this __Payment Intent__PaymentIntent3.getRefunds()The __Refunds__ for this __Payment Intent__Methods in com.duffel.sdk.model with parameters of type Refund1Modifier and TypeMethodDescriptionPaymentIntent.addRefundsItem(Refund1 refundsItem) PaymentIntent1.addRefundsItem(Refund1 refundsItem) PaymentIntent2.addRefundsItem(Refund1 refundsItem) PaymentIntent3.addRefundsItem(Refund1 refundsItem) voidMethod parameters in com.duffel.sdk.model with type arguments of type Refund1Modifier and TypeMethodDescriptionvoidPaymentIntent.setRefunds(List<Refund1> refunds) voidPaymentIntent1.setRefunds(List<Refund1> refunds) voidPaymentIntent2.setRefunds(List<Refund1> refunds) voidPaymentIntent3.setRefunds(List<Refund1> refunds)