customer property

String? get customer
inherited

The ID of the Customer to which this PaymentMethod is saved. This will not be set when the PaymentMethod has not been saved to a Customer.

Implementation

BillingDetails? get billingDetails;/// The ID of the Customer to which this PaymentMethod is saved.
/// This will not be set when the PaymentMethod has not been saved to a
/// Customer.
String? get customer;