Class RequestAPaymentOrPayoutResponseAccepted.RequestAPaymentOrPayoutResponseAcceptedBuilder
- java.lang.Object
-
- com.checkout.handlepaymentsandpayouts.payments.postpayments.responses.requestapaymentorpayoutresponseaccepted.RequestAPaymentOrPayoutResponseAccepted.RequestAPaymentOrPayoutResponseAcceptedBuilder
-
- Enclosing class:
- RequestAPaymentOrPayoutResponseAccepted
public static class RequestAPaymentOrPayoutResponseAccepted.RequestAPaymentOrPayoutResponseAcceptedBuilder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RequestAPaymentOrPayoutResponseAcceptedbuild()RequestAPaymentOrPayoutResponseAccepted.RequestAPaymentOrPayoutResponseAcceptedBuilderdestination(Destination destination)The refund destination.RequestAPaymentOrPayoutResponseAccepted.RequestAPaymentOrPayoutResponseAcceptedBuilderid(java.lang.String id)The payment's unique identifier.RequestAPaymentOrPayoutResponseAccepted.RequestAPaymentOrPayoutResponseAcceptedBuilderinstruction(Instruction instruction)Instruction details for payouts to bank accounts.RequestAPaymentOrPayoutResponseAccepted.RequestAPaymentOrPayoutResponseAcceptedBuilderreference(java.lang.String reference)The payment's unique identifier.RequestAPaymentOrPayoutResponseAccepted.RequestAPaymentOrPayoutResponseAcceptedBuilderstatus(StatusType status)The refund status.java.lang.StringtoString()
-
-
-
Method Detail
-
id
public RequestAPaymentOrPayoutResponseAccepted.RequestAPaymentOrPayoutResponseAcceptedBuilder id(java.lang.String id)
The payment's unique identifier. = 30 characters ^(pay)_(\w{26})$ [Required]- Returns:
this.
-
status
public RequestAPaymentOrPayoutResponseAccepted.RequestAPaymentOrPayoutResponseAcceptedBuilder status(StatusType status)
The refund status. Enum: "Accepted" "Rejected" "Pending" [Required]- Returns:
this.
-
reference
public RequestAPaymentOrPayoutResponseAccepted.RequestAPaymentOrPayoutResponseAcceptedBuilder reference(java.lang.String reference)
The payment's unique identifier. The reference you provided in the refund request. <= 50 characters [Optional]- Returns:
this.
-
instruction
public RequestAPaymentOrPayoutResponseAccepted.RequestAPaymentOrPayoutResponseAcceptedBuilder instruction(Instruction instruction)
Instruction details for payouts to bank accounts. [Optional]- Returns:
this.
-
destination
public RequestAPaymentOrPayoutResponseAccepted.RequestAPaymentOrPayoutResponseAcceptedBuilder destination(Destination destination)
The refund destination. [Optional]- Returns:
this.
-
build
public RequestAPaymentOrPayoutResponseAccepted build()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-