SdkPaymentServiceAddress constructor

SdkPaymentServiceAddress({
  1. String? addressLine1,
  2. String? addressLine2,
  3. String? city,
  4. String? state,
  5. String? country,
  6. String? pincode,
})

Implementation

SdkPaymentServiceAddress({
  this.addressLine1,
  this.addressLine2,
  this.city,
  this.state,
  this.country,
  this.pincode,
});