-
public final class VerificationParameters
-
-
Field Summary
Fields Modifier and Type Field Description private final StringpaymentSourceIdprivate final BuyerActionactionprivate final SquareIdentifiersquareIdentifierprivate final Contactcontact
-
Constructor Summary
Constructors Constructor Description VerificationParameters(String paymentSourceId, BuyerAction action, SquareIdentifier squareIdentifier, Contact contact)
-
Method Summary
Modifier and Type Method Description final StringgetPaymentSourceId()final BuyerActiongetAction()final SquareIdentifiergetSquareIdentifier()final ContactgetContact()-
-
Constructor Detail
-
VerificationParameters
VerificationParameters(String paymentSourceId, BuyerAction action, SquareIdentifier squareIdentifier, Contact contact)
-
-
Method Detail
-
getPaymentSourceId
final String getPaymentSourceId()
-
getAction
final BuyerAction getAction()
-
getSquareIdentifier
final SquareIdentifier getSquareIdentifier()
-
getContact
final Contact getContact()
-
-
-
-