java.lang.Object
com.yahoo.vespa.hosted.controller.api.integration.billing.PaymentInstrument

public class PaymentInstrument extends Object
Author:
olaa
  • Constructor Details

  • Method Details

    • 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()