PaymentMethod constructor
PaymentMethod(
- IuguClient client,
- String customerId
Implementation
PaymentMethod(IuguClient client, this.customerId) : apiResource = APIResource(client.properties.dio, "/customers/$customerId/payment_methods");