ChargeCreateOptionsShipping constructor
const
ChargeCreateOptionsShipping({
- required AccountSupportAddress address,
- String? carrier,
- required String name,
- String? phone,
- String? trackingNumber,
optional_fields_shipping
Shipping information for the charge. Helps prevent fraud on charges for physical goods.
Implementation
const ChargeCreateOptionsShipping({
required this.address,
this.carrier,
required this.name,
this.phone,
this.trackingNumber,
});