Skip to main content

S2.Margot.ClientApiContracts.Dto.TenantCustomerPaymentMethods

paymentMethods object[]nullable
  • Array [
  • idstringnullable
    customerIdstringnullable
    jsonstringnullable
    isDefaultboolean
  • ]
  • S2.Margot.ClientApiContracts.Dto.TenantCustomerPaymentMethods
    {
    "paymentMethods": [
    {
    "id": "string",
    "customerId": "string",
    "json": "string",
    "isDefault": true
    }
    ]
    }