The Class GetCustomerAccountConfigurationResponseDto.
name | data type | description |
---|---|---|
actionStatus | ActionStatus | The status response of the web service response. |
paymentMethods | array of PaymentMethodEnum | The payment methods. |
creditCategories | CreditCategoriesDto | The credit categories. |
Example
{ "actionStatus" : { "status" : "FAIL", "errorCode" : { }, "message" : "...", "entityId" : 12345, "entityCode" : "...", "nrAffected" : 12345, "json" : "..." }, "paymentMethods" : [ "STRIPE", "STRIPE" ], "creditCategories" : { "creditCategory" : [ { "id" : 12345, "languageDescriptions" : [ { }, { } ], "auditableField" : [ { }, { } ], "code" : "...", "description" : "...", "updatedCode" : "..." }, { "id" : 12345, "languageDescriptions" : [ { }, { } ], "auditableField" : [ { }, { } ], "code" : "...", "description" : "...", "updatedCode" : "..." } ] } }