sdk
/
au.com.woolworths.village.sdk.model.walletmanagement
/
ImportPaymentInstrumentsResponse
ImportPaymentInstrumentsResponse
The JSON response structure of the Import Payment InstrumentsApi endpoint.
interface
ImportPaymentInstrumentsResponse
:
Serializable
Content copied to clipboard
Functions
Properties
Functions
equals
Link copied to clipboard
open operator override fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
open override fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
open override fun
toString
():
String
Content copied to clipboard
Properties
creditCards
Link copied to clipboard
abstract val
creditCards
:
List
<
CreditCardResult
>?
Content copied to clipboard
payPal
Link copied to clipboard
abstract val
payPal
:
PayPal
?
Content copied to clipboard
shopperId
Link copied to clipboard
abstract val
shopperId
:
String
Content copied to clipboard
uid
Link copied to clipboard
abstract val
uid
:
String
Content copied to clipboard