PaymentMethod constructor

PaymentMethod(
  1. IuguClient client,
  2. String customerId
)

Implementation

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