Uses of Class
com.duffel.sdk.model.OrderPaymentStatus
Packages that use OrderPaymentStatus
-
Uses of OrderPaymentStatus in com.duffel.sdk.model
Methods in com.duffel.sdk.model that return OrderPaymentStatusModifier and TypeMethodDescriptionOrderPaymentStatus.awaitingPayment(Boolean awaitingPayment) @NotNull @Valid OrderPaymentStatusOrder.getPaymentStatus()Get paymentStatus@NotNull @Valid OrderPaymentStatusOrder1.getPaymentStatus()Get paymentStatusOrderPaymentStatus.paymentRequiredBy(OffsetDateTime paymentRequiredBy) OrderPaymentStatus.priceGuaranteeExpiresAt(OffsetDateTime priceGuaranteeExpiresAt) Methods in com.duffel.sdk.model with parameters of type OrderPaymentStatusModifier and TypeMethodDescriptionOrder.paymentStatus(OrderPaymentStatus paymentStatus) Order1.paymentStatus(OrderPaymentStatus paymentStatus) voidOrder.setPaymentStatus(OrderPaymentStatus paymentStatus) voidOrder1.setPaymentStatus(OrderPaymentStatus paymentStatus)