Class GetPaymentMethodsResponse
- java.lang.Object
-
- software.amazon.spapi.models.transfers.v2024_06_01.GetPaymentMethodsResponse
-
public class GetPaymentMethodsResponse extends java.lang.Object
The response schema for the `getPaymentMethods` operation.
-
-
Constructor Summary
Constructors Constructor Description GetPaymentMethodsResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
PaymentMethodList
getPaymentMethods()
Get paymentMethodsint
hashCode()
GetPaymentMethodsResponse
paymentMethods(PaymentMethodList paymentMethods)
void
setPaymentMethods(PaymentMethodList paymentMethods)
java.lang.String
toString()
-
-
-
Method Detail
-
paymentMethods
public GetPaymentMethodsResponse paymentMethods(PaymentMethodList paymentMethods)
-
getPaymentMethods
public PaymentMethodList getPaymentMethods()
Get paymentMethods- Returns:
- paymentMethods
-
setPaymentMethods
public void setPaymentMethods(PaymentMethodList paymentMethods)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-