public PaymentCardRequest() { this.addressField = new Address(); this.phoneNumberField = new MobilePhone(); this.cardBrandField = new CardBrand(); }
public ShippingDestinationRequest() { this.addressField = new Address(); this.phoneNumberField = new MobilePhone(); }
public PaymentCard() { this.issuerField = new Logo(); this.addressField = new Address(); this.phoneNumberField = new MobilePhone(); this.cardBrandField = new CardBrand(); }