ChargeRequest
from the current state of this builder.ChargeRequest
.Intent
that can be used to initiate a Square Point of Sale
transaction.PosClient
that can then be used to create charge
intents.ChargeRequest.Builder
copied from this
transaction.ChargeRequest.Builder
copied from this
transaction, with a different amount.Intent
passed in
android.app.Activity#onActivityResult(int, int, Intent)
when resultCode
is equal to android.app.Activity#RESULT_CANCELED
(canceled transaction).Intent
passed in
android.app.Activity#onActivityResult(int, int, Intent)
when resultCode
is equal to android.app.Activity#RESULT_OK
(successful transaction).Intent
s that initiate transactions.ChargeRequest.Success.requestMetadata
or Error#requestMetadata
.ChargeRequest.Builder.requestMetadata(String)
method when constructing the ChargeRequest
, if any.ChargeRequest.Builder.requestMetadata(String)
method when constructing the ChargeRequest
, if any.