Interface SaveCreditCardCallback.Params

Enclosing interface:
SaveCreditCardCallback

public static interface SaveCreditCardCallback.Params
The parameters of the SaveCreditCardCallback.
  • Method Summary

    Modifier and Type
    Method
    Description
    default CreditCard
    The credit card that the user entered in the web form.
  • Method Details

    • creditCard

      default CreditCard creditCard()
      The credit card that the user entered in the web form.