toggle menu
Ansa-Android-SDK
common
switch theme
search in API
customer-public
/
dev.ansa.kmp.customer.internal
/
CustomerRepository
/
addPaymentMethod
add
Payment
Method
abstract
suspend
fun
addPaymentMethod
(
customerId
:
String
,
paymentMethodType
:
AddPaymentMethodType
,
idempotencyKey
:
IdempotencyKey
?
=
null
)
:
ApiResult
<
PaymentMethod
>