6 lines
88 B
GraphQL
6 lines
88 B
GraphQL
fragment PaymentGatewayInitializeSessionAddress on Address {
|
|
country {
|
|
code
|
|
}
|
|
}
|