Class PaymentInstrument
- java.lang.Object
-
- com.yahoo.vespa.hosted.controller.api.integration.billing.PaymentInstrument
-
public class PaymentInstrument extends Object
- Author:
- olaa
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAddressLine1()StringgetAddressLine2()StringgetBrand()StringgetCity()StringgetCountry()StringgetDisplayText()StringgetEndingWith()StringgetExpiryDate()StringgetId()StringgetNameOnCard()StringgetState()StringgetType()StringgetZip()
-
-
-
Method Detail
-
getId
public String getId()
-
getNameOnCard
public String getNameOnCard()
-
getDisplayText
public String getDisplayText()
-
getBrand
public String getBrand()
-
getType
public String getType()
-
getEndingWith
public String getEndingWith()
-
getExpiryDate
public String getExpiryDate()
-
getAddressLine1
public String getAddressLine1()
-
getAddressLine2
public String getAddressLine2()
-
getCity
public String getCity()
-
getState
public String getState()
-
getZip
public String getZip()
-
getCountry
public String getCountry()
-
-