Package io.moov.sdk.models.components
Class WebhookTransferPaymentMethodDetails
- java.lang.Object
-
- io.moov.sdk.models.components.WebhookTransferPaymentMethodDetails
-
public class WebhookTransferPaymentMethodDetails extends java.lang.ObjectWebhookTransferPaymentMethodDetailsPayment method details for the source or destination of a transfer.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWebhookTransferPaymentMethodDetails.Builder
-
Constructor Summary
Constructors Constructor Description WebhookTransferPaymentMethodDetails(java.lang.String accountID, java.lang.String paymentMethodID)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringaccountID()static WebhookTransferPaymentMethodDetails.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()java.lang.StringpaymentMethodID()java.lang.StringtoString()WebhookTransferPaymentMethodDetailswithAccountID(java.lang.String accountID)WebhookTransferPaymentMethodDetailswithPaymentMethodID(java.lang.String paymentMethodID)
-
-
-
Method Detail
-
accountID
public java.lang.String accountID()
-
paymentMethodID
public java.lang.String paymentMethodID()
-
builder
public static final WebhookTransferPaymentMethodDetails.Builder builder()
-
withAccountID
public WebhookTransferPaymentMethodDetails withAccountID(java.lang.String accountID)
-
withPaymentMethodID
public WebhookTransferPaymentMethodDetails withPaymentMethodID(java.lang.String paymentMethodID)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-