Uses of Class
com.duffel.sdk.model.PaymentIntent1
Packages that use PaymentIntent1
-
Uses of PaymentIntent1 in com.duffel.sdk.model
Methods in com.duffel.sdk.model that return PaymentIntent1Modifier and TypeMethodDescriptionPaymentIntent1.addRefundsItem(Refund1 refundsItem) PaymentIntent1.cardCountryCode(String cardCountryCode) PaymentIntent1.cardLastFourDigits(String cardLastFourDigits) PaymentIntent1.cardNetwork(PaymentIntent1.CardNetworkEnum cardNetwork) PaymentIntent1.clientToken(String clientToken) PaymentIntent1.confirmedAt(LocalDateTime confirmedAt) PaymentIntent1.createdAt(LocalDateTime createdAt) PaymentIntent1.feesAmount(String feesAmount) PaymentIntent1.feesCurrency(String feesCurrency) @Valid PaymentIntent1GetPaymentIntentById200Response.getData()Get dataPaymentIntent1.netCurrency(String netCurrency) PaymentIntent1.status(PaymentIntent1.StatusEnum status) PaymentIntent1.updatedAt(LocalDateTime updatedAt) Methods in com.duffel.sdk.model with parameters of type PaymentIntent1Modifier and TypeMethodDescriptionGetPaymentIntentById200Response.data(PaymentIntent1 data) voidGetPaymentIntentById200Response.setData(PaymentIntent1 data)