GraphQL OBJECT
BoletoProfile
link Definition
- type BoletoProfile implements PaymentProfileInterface {
- #   Unique ID of the payment profile.
- : String! 
- #   The payment type.
- : PaymentType! 
- #   Is Purchase Order.
- : Boolean! 
- #   Fiscal number.
- : String 
- }
link Required by
This element is not required by anyone