Shopify SDK for Unity
Public Member Functions | List of all members
Shopify.Unity.GraphQL.CreditCardQuery Class Reference

Credit card information used for a payment. More...

Public Member Functions

 CreditCardQuery (StringBuilder query)
 CreditCardQuery is used to build queries. Typically CreditCardQuery will not be used directly but instead will be used when building queries from either QueryRootQuery or MutationQuery. More...
 
CreditCardQuery brand ()
 The brand of the credit card. More...
 
CreditCardQuery expiryMonth ()
 The expiry month of the credit card. More...
 
CreditCardQuery expiryYear ()
 The expiry year of the credit card. More...
 
CreditCardQuery firstDigits ()
 The credit card's BIN number. More...
 
CreditCardQuery firstName ()
 The first name of the card holder. More...
 
CreditCardQuery lastDigits ()
 The last 4 digits of the credit card. More...
 
CreditCardQuery lastName ()
 The last name of the card holder. More...
 
CreditCardQuery maskedNumber ()
 The masked credit card number with only the last 4 digits displayed. More...
 

Detailed Description

Credit card information used for a payment.

Constructor & Destructor Documentation

◆ CreditCardQuery()

Shopify.Unity.GraphQL.CreditCardQuery.CreditCardQuery ( StringBuilder  query)
inline

CreditCardQuery is used to build queries. Typically CreditCardQuery will not be used directly but instead will be used when building queries from either QueryRootQuery or MutationQuery.

Member Function Documentation

◆ brand()

CreditCardQuery Shopify.Unity.GraphQL.CreditCardQuery.brand ( )
inline

The brand of the credit card.

◆ expiryMonth()

CreditCardQuery Shopify.Unity.GraphQL.CreditCardQuery.expiryMonth ( )
inline

The expiry month of the credit card.

◆ expiryYear()

CreditCardQuery Shopify.Unity.GraphQL.CreditCardQuery.expiryYear ( )
inline

The expiry year of the credit card.

◆ firstDigits()

CreditCardQuery Shopify.Unity.GraphQL.CreditCardQuery.firstDigits ( )
inline

The credit card's BIN number.

◆ firstName()

CreditCardQuery Shopify.Unity.GraphQL.CreditCardQuery.firstName ( )
inline

The first name of the card holder.

◆ lastDigits()

CreditCardQuery Shopify.Unity.GraphQL.CreditCardQuery.lastDigits ( )
inline

The last 4 digits of the credit card.

◆ lastName()

CreditCardQuery Shopify.Unity.GraphQL.CreditCardQuery.lastName ( )
inline

The last name of the card holder.

◆ maskedNumber()

CreditCardQuery Shopify.Unity.GraphQL.CreditCardQuery.maskedNumber ( )
inline

The masked credit card number with only the last 4 digits displayed.


The documentation for this class was generated from the following file: