java.lang.Object
com.yahoo.vespa.hosted.controller.api.integration.billing.PaymentInstrument
public class PaymentInstrument
extends Object
- Author:
- olaa
-
Constructor Summary
Constructors
PaymentInstrument(String id,
String nameOnCard,
String displayText,
String brand,
String type,
String endingWith,
String expiryDate,
String addressLine1,
String addressLine2,
String zip,
String city,
String state,
String country)
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
PaymentInstrument
public PaymentInstrument(String id,
String nameOnCard,
String displayText,
String brand,
String type,
String endingWith,
String expiryDate,
String addressLine1,
String addressLine2,
String zip,
String city,
String state,
String country)
-
Method Details
-
-
-
getDisplayText
public String getDisplayText()
-
-
-
-
-
getAddressLine1
public String getAddressLine1()
-
getAddressLine2
public String getAddressLine2()
-
-
-
-