MidtransCustomer constructor
Implementation
MidtransCustomer({
@required this.customerIdentifier,
@required this.phone,
@required this.firstName,
@required this.lastName,
@required this.email,
this.shippingAddress,
this.billingAddress,
});